Skip to content

Commit

Permalink
Only run Verify workflow on push against develop and master branches (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 2, 2024
1 parent 0ffa274 commit efac599
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Verify Source
on: [pull_request, push]
on:
pull_request:
push:
branches:
- master
- develop

jobs:
build:
Expand Down

0 comments on commit efac599

Please sign in to comment.