Skip to content

Commit

Permalink
run actions on pulls to master (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc authored Jul 6, 2023
1 parent f7dcb33 commit ebee89f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: on push
on: [push]
on:
push: { branches: [main] }
pull_request: { branches: [main] }

jobs:
lint: # fail-fast on linting
Expand Down

0 comments on commit ebee89f

Please sign in to comment.