Skip to content

Commit

Permalink
modify trigger for build.yaml action
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMeadows committed Sep 7, 2023
1 parent 8373d5f commit 3773d31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build
on: [push]
on:
pull_request:
push:
branches: [main, actions]
tags: ['v*']
jobs:
build:
strategy:
Expand Down

0 comments on commit 3773d31

Please sign in to comment.