Skip to content

Commit

Permalink
ci: Enable workflows on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mirryi committed Jun 1, 2023
1 parent 4957b95 commit 0ca2330
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/agda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: agda
on:
push:
branches: [master]
paths: ['**.agda']
jobs:
check:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/formalism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: formalism
on:
push:
branches: [master]
paths: [formalism/*]
jobs:
formalism:
Expand Down

0 comments on commit 0ca2330

Please sign in to comment.