Skip to content

Commit

Permalink
Remove the branch restriction from GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 committed Jan 5, 2024
1 parent 123a4cc commit 9c706d1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Build
'on':
push:
branches:
- master
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9c706d1

Please sign in to comment.