We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45637e2 commit 7da7e3dCopy full SHA for 7da7e3d
.github/workflows/easyscheduler.yml
@@ -17,6 +17,7 @@ concurrency:
17
18
jobs:
19
build:
20
+ if: startsWith(github.ref, 'refs/tags/')
21
runs-on: ubuntu-latest
22
steps:
23
- name: Checkout
0 commit comments