Skip to content

Commit

Permalink
CI: Run new CI on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcm93 committed Jan 16, 2025
1 parent 2197df8 commit ab72e5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_new.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build (New)
on:
push
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
types: [ opened, synchronize, reopened ]
permissions:
contents: write
jobs:
Expand Down

0 comments on commit ab72e5c

Please sign in to comment.