Skip to content

Commit

Permalink
fix runner tags run also on pull_requests into master
Browse files Browse the repository at this point in the history
  • Loading branch information
EnergoStalin committed Aug 25, 2023
1 parent 728f0a5 commit 2c82914
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]

jobs:
test:
runs-on: ubuntu_latest
runs-on: ubuntu-latest
env:
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}
Expand Down

0 comments on commit 2c82914

Please sign in to comment.