Skip to content

Commit

Permalink
update workflow trigger criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
harp-intel committed Oct 24, 2024
1 parent ed59de9 commit 60d84a0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Build & Test

on: [pull_request, push, workflow_dispatch]
on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 60d84a0

Please sign in to comment.