Skip to content

Commit

Permalink
Change to build only in main or on a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jjelliott committed Jan 11, 2023
1 parent 884a33d commit 6de47a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/compile-progs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Create release files
on: [push]
on:
push:
branches:
- main
pull_request:
jobs:
compile-progs:
name: Compile progs.dat
Expand Down

0 comments on commit 6de47a3

Please sign in to comment.