Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Run on push to master too
  • Loading branch information
serra committed Dec 7, 2023
1 parent d830ae3 commit ec11262
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: PR Workflow
name: Build and run

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
Expand Down

0 comments on commit ec11262

Please sign in to comment.